I have an entity that follows this structure: name: String(not null, unique), value: Integer(not null) id: Long(generated, not null, unique) I have a list of e
I have huge data in elastic index nearly 10 millions and i want to take a copy of index data about 5 millions records at once using logstash. My conf file: inp
Jenkins build is giving me the error below: Obtained Jenkinsfile from git https://github.com/ammanbesaw/customer-xapi-app-v1.git org.codehaus.groovy.control.Mu
I've been reading the documentation and searching code here, but I can't find anything that helps me. The idea is to change the email and password values when o
I am working on a download feature for my GUI that will allow the end user to be able to input a 5 digit job number and download only those files from the FTP s
I am following the pet shop tutorial on Truffle. The first few steps work, i.e., I can compile and migrate the Adoption contract. My software versions are: Truf
I'm new to webdev using html/css. Starting to learn, and I want to create a really simple thing. Basically a responsive fixed box that never touches the viewpor
{ for (int i = 0; i <= 5; i++) { for (int j = 5; j >= i; j--) { printf("+"); } prin